home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MailableDocumentWindow.h
-
- Contains: An experiment with AOCE
-
- Written by: Steve & Dave Falkenburg
-
- Copyright: © 1993-94 by Dave Falkenburg, all rights reserved.
-
- Change History (most recent first):
-
- <2> 8/26/94 DRF Override GetPerfectWindowSize.
-
- To Do: Just about everything
-
- */
-
- #include "MailableWindow.h"
-
- class TMailableDocumentWindow : public TMailableWindow
- {
- public:
- TMailableDocumentWindow();
-
- virtual WindowRef MakeNewWindow(WindowRef behindWindow);
- virtual void GetPerfectWindowSize(Rect * perfectSize);
-
- virtual void DrawContents();
- };